WP Engine · Example Payload

Post_Accounts_{Account_Id}_Usage_Refresh_Disk_Usage

Usage

Post_Accounts_{Account_Id}_Usage_Refresh_Disk_Usage is an example object payload from WP Engine, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdsummarymethodpathtagsparameters

Example Payload

Raw ↑
{
  "operationId": "post_accounts_{account_id}_usage_refresh_disk_usage",
  "summary": "Refresh Disk Usage for all installs associated with account",
  "method": "POST",
  "path": "/accounts/{account_id}/usage/refresh_disk_usage",
  "tags": [
    "Usage"
  ],
  "parameters": {
    "account_id": "<account_id>"
  }
}